how/resources to compile a procedural language into [sql]

Posted by Philip on Stack Overflow See other posts from Stack Overflow or by Philip
Published on 2010-06-07T22:36:32Z Indexed on 2010/06/07 22:42 UTC
Read the original article Hit count: 344

I am looking into the possibility/feasibility/resources for building a cross compiler which takes a procedural or Object Oriented language like C, or Java and compiling it into SQL. I understand that the advantage of SQL code is performing set operations which is fundamentally different from procedural languages which generally process 1 at a time. If anyone has done this before, or if it is thought of as too complicated to do or any other ideas/concerns/suggestions would be greatly appreciated. Thanks in advance Philip

© Stack Overflow or respective owner

Related posts about sql

Related posts about compiler